home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #5 / 1999 CD 5 (black).iso / Delphi3 / DelphiSv / code.~df / code.txt
Encoding:
Text File  |  1999-02-14  |  1.0 KB  |  53 lines

  1. object Form1: TForm1
  2.   Left = 424
  3.   Top = 330
  4.   Width = 291
  5.   Height = 160
  6.   Caption = 'Komputer f∩┐╜r alla - Gissa p∩┐╜ ett tal'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object LblMeddelande: TLabel
  15.     Left = 32
  16.     Top = 16
  17.     Width = 173
  18.     Height = 20
  19.     Caption = 'Tryck "Start" f∩┐╜r att b∩┐╜rja'
  20.     Font.Charset = DEFAULT_CHARSET
  21.     Font.Color = clWindowText
  22.     Font.Height = -16
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object EdtGissa: TEdit
  28.     Left = 16
  29.     Top = 48
  30.     Width = 185
  31.     Height = 21
  32.     TabOrder = 0
  33.   end
  34.   object BtnGissa: TButton
  35.     Left = 208
  36.     Top = 48
  37.     Width = 65
  38.     Height = 25
  39.     Caption = 'Gissa'
  40.     TabOrder = 1
  41.     OnClick = BtnGissaClick
  42.   end
  43.   object BtnStart: TButton
  44.     Left = 16
  45.     Top = 80
  46.     Width = 257
  47.     Height = 41
  48.     Caption = 'Start'
  49.     TabOrder = 2
  50.     OnClick = BtnStartClick
  51.   end
  52. end
  53.